home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / pcmail / aux_ / readme < prev    next >
Encoding:
Text File  |  1994-06-05  |  436 b   |  16 lines

  1. @(#) README 2.1 90/01/22 12:46:06
  2.  
  3.  
  4.  
  5. This directory contains utilities to extract manual pages from
  6.  
  7. the pc-mail source files.
  8.  
  9.  
  10.  
  11. srctoman.sh    A Bourne-shell script to extract documentation from source 
  12.  
  13.         files. The output is suitable for formatting with the UNIX 
  14.  
  15.         man macro library
  16.  
  17.  
  18.  
  19. detab.c        expands tabs by blanks. This program is used by the
  20.  
  21.         srctoman.sh shell script.
  22.  
  23.  
  24.  
  25. usage:
  26.  
  27.  
  28.  
  29.     srctoman file | nroff -man
  30.  
  31.